Fix trivial doc typo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 25 Aug 2010 22:17:43 +0000 (18:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 25 Aug 2010 22:17:43 +0000 (18:17 -0400)
Pointed out in bug 627912.

gtk/gtktreeview.c

index 83d647336b85466b873f17366ee4e3c85c557321..464842ea099ba73b6cbbe5731564f53129464e07 100644 (file)
@@ -666,7 +666,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
     /**
      * GtkTreeView:hover-selection:
      * 
-     * Enables of disables the hover selection mode of @tree_view.
+     * Enables or disables the hover selection mode of @tree_view.
      * Hover selection makes the selected row follow the pointer.
      * Currently, this works only for the selection modes 
      * %GTK_SELECTION_SINGLE and %GTK_SELECTION_BROWSE.
@@ -687,7 +687,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
     /**
      * GtkTreeView:hover-expand:
      * 
-     * Enables of disables the hover expansion mode of @tree_view.
+     * Enables or disables the hover expansion mode of @tree_view.
      * Hover expansion makes rows expand or collapse if the pointer moves 
      * over them.
      *